All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.Window

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Responder
                   |
                   +----com.apple.alpha.app.Window

public class Window
extends Responder
This class wraps the Objective-C class NSWindow.


Variable Index

 o Above
 o Below
 o BorderlessWindowMask
 o Buffered
 o ClosableWindowMask
 o DirectSelection
 o DockWindowLevel
 o FloatingWindowLevel
 o MainMenuWindowLevel
 o MiniaturizableWindowMask
 o ModalPanelWindowLevel
 o NonRetained
 o NormalWindowLevel
 o Out
 o PopUpMenuWindowLevel
 o ResizableWindowMask
 o Retained
 o SelectingNext
 o SelectingPrevious
 o SubmenuWindowLevel
 o TitledWindowMask
 o TornOffMenuWindowLevel
 o WindowDidBecomeKeyNotification
 o WindowDidBecomeMainNotification
 o WindowDidChangeScreenNotification
 o WindowDidDeminiaturizeNotification
 o WindowDidExposeNotification
 o WindowDidMiniaturizeNotification
 o WindowDidMoveNotification
 o WindowDidResignKeyNotification
 o WindowDidResignMainNotification
 o WindowDidResizeNotification
 o WindowDidUpdateNotification
 o WindowWillCloseNotification
 o WindowWillMiniaturizeNotification
 o WindowWillMoveNotification

Constructor Index

 o Window()
This default constructor is equivalent to Objective-C's [[NSWindow alloc] init].
 o Window(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o Window(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o Window(Rect, int, int, boolean)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer: on a newly allocated object.
 o Window(Rect, int, int, boolean, Screen)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer:screen: on a newly allocated object.

Method Index

 o acceptsMouseMovedEvents()
A wrapper for the - acceptsMouseMovedEvents Objective-C instance method.
 o areCursorRectsEnabled()
A wrapper for the - areCursorRectsEnabled Objective-C instance method.
 o aspectRatio()
A wrapper for the - aspectRatio Objective-C instance method.
 o backgroundColor()
A wrapper for the - backgroundColor Objective-C instance method.
 o backingType()
A wrapper for the - backingType Objective-C instance method.
 o becomeKeyWindow()
A wrapper for the - becomeKeyWindow Objective-C instance method.
 o becomeMainWindow()
A wrapper for the - becomeMainWindow Objective-C instance method.
 o cacheImageInRect(Rect)
A wrapper for the - cacheImageInRect: Objective-C instance method.
 o canBecomeKeyWindow()
A wrapper for the - canBecomeKeyWindow Objective-C instance method.
 o canBecomeMainWindow()
A wrapper for the - canBecomeMainWindow Objective-C instance method.
 o canStoreColor()
A wrapper for the - canStoreColor Objective-C instance method.
 o cascadeTopLeftFromPoint(Point)
A wrapper for the - cascadeTopLeftFromPoint: Objective-C instance method.
 o center()
A wrapper for the - center Objective-C instance method.
 o close()
A wrapper for the - close Objective-C instance method.
 o concludeDragOperation(DraggingInfo)
A wrapper for the - concludeDragOperation: Objective-C instance method.
 o constrainFrameRectToScreen(Rect, Screen)
A wrapper for the - constrainFrameRect:toScreen: Objective-C instance method.
 o contentRectForFrameRect(Rect, int)
A wrapper for the + contentRectForFrameRect:styleMask: Objective-C class method.
 o contentView()
A wrapper for the - contentView Objective-C instance method.
 o convertBaseToScreen(Point)
A wrapper for the - convertBaseToScreen: Objective-C instance method.
 o convertScreenToBase(Point)
A wrapper for the - convertScreenToBase: Objective-C instance method.
 o currentEvent()
A wrapper for the - currentEvent Objective-C instance method.
 o dataWithEPSInsideRect(Rect)
A wrapper for the - dataWithEPSInsideRect: Objective-C instance method.
 o deepestScreen()
A wrapper for the - deepestScreen Objective-C instance method.
 o defaultButtonCell()
A wrapper for the - defaultButtonCell Objective-C instance method.
 o defaultDepthLimit()
A wrapper for the + defaultDepthLimit Objective-C class method.
 o delegate()
A wrapper for the - delegate Objective-C instance method.
 o deminiaturize(Object)
A wrapper for the - deminiaturize: Objective-C instance method.
 o depthLimit()
A wrapper for the - depthLimit Objective-C instance method.
 o deviceDescription()
A wrapper for the - deviceDescription Objective-C instance method.
 o disableCursorRects()
A wrapper for the - disableCursorRects Objective-C instance method.
 o disableFlushWindow()
A wrapper for the - disableFlushWindow Objective-C instance method.
 o disableKeyEquivalentForDefaultButtonCell()
A wrapper for the - disableKeyEquivalentForDefaultButtonCell Objective-C instance method.
 o discardCachedImage()
A wrapper for the - discardCachedImage Objective-C instance method.
 o discardCursorRects()
A wrapper for the - discardCursorRects Objective-C instance method.
 o discardEventsMatchingMask(int, Event)
A wrapper for the - discardEventsMatchingMask:beforeEvent: Objective-C instance method.
 o display()
A wrapper for the - display Objective-C instance method.
 o displayIfNeeded()
A wrapper for the - displayIfNeeded Objective-C instance method.
 o draggingEntered(DraggingInfo)
A wrapper for the - draggingEntered: Objective-C instance method.
 o draggingExited(DraggingInfo)
A wrapper for the - draggingExited: Objective-C instance method.
 o draggingUpdated(DraggingInfo)
A wrapper for the - draggingUpdated: Objective-C instance method.
 o dragImage(Image, Point, Size, Event, Pasteboard, Object, boolean)
A wrapper for the - dragImage:at:offset:event:pasteboard:source:slideBack: Objective-C instance method.
 o enableCursorRects()
A wrapper for the - enableCursorRects Objective-C instance method.
 o enableFlushWindow()
A wrapper for the - enableFlushWindow Objective-C instance method.
 o enableKeyEquivalentForDefaultButtonCell()
A wrapper for the - enableKeyEquivalentForDefaultButtonCell Objective-C instance method.
 o endEditingForObject(Object)
A wrapper for the - endEditingFor: Objective-C instance method.
 o fax(Object)
A wrapper for the - fax: Objective-C instance method.
 o fieldEditorForObject(boolean, Object)
A wrapper for the - fieldEditor:forObject: Objective-C instance method.
 o firstResponder()
A wrapper for the - firstResponder Objective-C instance method.
 o flushWindow()
A wrapper for the - flushWindow Objective-C instance method.
 o flushWindowIfNeeded()
A wrapper for the - flushWindowIfNeeded Objective-C instance method.
 o frame()
A wrapper for the - frame Objective-C instance method.
 o frameAutosaveName()
A wrapper for the - frameAutosaveName Objective-C instance method.
 o frameRectForContentRect(Rect, int)
A wrapper for the + frameRectForContentRect:styleMask: Objective-C class method.
 o gState()
A wrapper for the - gState Objective-C instance method.
 o hasDynamicDepthLimit()
A wrapper for the - hasDynamicDepthLimit Objective-C instance method.
 o hidesOnDeactivate()
A wrapper for the - hidesOnDeactivate Objective-C instance method.
 o initialFirstResponder()
A wrapper for the - initialFirstResponder Objective-C instance method.
 o invalidateCursorRectsForView(View)
A wrapper for the - invalidateCursorRectsForView: Objective-C instance method.
 o isAutodisplay()
A wrapper for the - isAutodisplay Objective-C instance method.
 o isDocumentEdited()
A wrapper for the - isDocumentEdited Objective-C instance method.
 o isExcludedFromWindowsMenu()
A wrapper for the - isExcludedFromWindowsMenu Objective-C instance method.
 o isFlushWindowDisabled()
A wrapper for the - isFlushWindowDisabled Objective-C instance method.
 o isKeyWindow()
A wrapper for the - isKeyWindow Objective-C instance method.
 o isMainWindow()
A wrapper for the - isMainWindow Objective-C instance method.
 o isMiniaturized()
A wrapper for the - isMiniaturized Objective-C instance method.
 o isOneShot()
A wrapper for the - isOneShot Objective-C instance method.
 o isReleasedWhenClosed()
A wrapper for the - isReleasedWhenClosed Objective-C instance method.
 o isVisible()
A wrapper for the - isVisible Objective-C instance method.
 o keyDown(Event)
A wrapper for the - keyDown: Objective-C instance method.
 o keyViewSelectionDirection()
A wrapper for the - keyViewSelectionDirection Objective-C instance method.
 o level()
A wrapper for the - level Objective-C instance method.
 o makeFirstResponder(Responder)
A wrapper for the - makeFirstResponder: Objective-C instance method.
 o makeKeyAndOrderFront(Object)
A wrapper for the - makeKeyAndOrderFront: Objective-C instance method.
 o makeKeyWindow()
A wrapper for the - makeKeyWindow Objective-C instance method.
 o makeMainWindow()
A wrapper for the - makeMainWindow Objective-C instance method.
 o maxSize()
A wrapper for the - maxSize Objective-C instance method.
 o menuChanged(Menu)
A wrapper for the + menuChanged: Objective-C class method.
 o minFrameWidthWithTitle(String, int)
A wrapper for the + minFrameWidthWithTitle:styleMask: Objective-C class method.
 o miniaturize(Object)
A wrapper for the - miniaturize: Objective-C instance method.
 o miniwindowImage()
A wrapper for the - miniwindowImage Objective-C instance method.
 o miniwindowTitle()
A wrapper for the - miniwindowTitle Objective-C instance method.
 o minSize()
A wrapper for the - minSize Objective-C instance method.
 o mouseLocationOutsideOfEventStream()
A wrapper for the - mouseLocationOutsideOfEventStream Objective-C instance method.
 o nextEventMatchingMask(int)
A wrapper for the - nextEventMatchingMask: Objective-C instance method.
 o nextEventMatchingMaskInMode(int, Date, String, boolean)
A wrapper for the - nextEventMatchingMask:untilDate:inMode:dequeue: Objective-C instance method.
 o orderBack(Object)
A wrapper for the - orderBack: Objective-C instance method.
 o orderFront(Object)
A wrapper for the - orderFront: Objective-C instance method.
 o orderFrontRegardless()
A wrapper for the - orderFrontRegardless Objective-C instance method.
 o orderOut(Object)
A wrapper for the - orderOut: Objective-C instance method.
 o orderWindow(int, int)
A wrapper for the - orderWindow:relativeTo: Objective-C instance method.
 o performClose(Object)
A wrapper for the - performClose: Objective-C instance method.
 o performDragOperation(DraggingInfo)
A wrapper for the - performDragOperation: Objective-C instance method.
 o performMiniaturize(Object)
A wrapper for the - performMiniaturize: Objective-C instance method.
 o performZoom(Object)
A wrapper for the - performZoom: Objective-C instance method.
 o postEvent(Event, boolean)
A wrapper for the - postEvent:atStart: Objective-C instance method.
 o prepareForDragOperation(DraggingInfo)
A wrapper for the - prepareForDragOperation: Objective-C instance method.
 o print(Object)
A wrapper for the - print: Objective-C instance method.
 o registerForDraggedTypes(Array)
A wrapper for the - registerForDraggedTypes: Objective-C instance method.
 o removeFrameUsingName(String)
A wrapper for the + removeFrameUsingName: Objective-C class method.
 o representedFilename()
A wrapper for the - representedFilename Objective-C instance method.
 o resetCursorRects()
A wrapper for the - resetCursorRects Objective-C instance method.
 o resignKeyWindow()
A wrapper for the - resignKeyWindow Objective-C instance method.
 o resignMainWindow()
A wrapper for the - resignMainWindow Objective-C instance method.
 o resizeFlags()
A wrapper for the - resizeFlags Objective-C instance method.
 o resizeIncrements()
A wrapper for the - resizeIncrements Objective-C instance method.
 o restoreCachedImage()
A wrapper for the - restoreCachedImage Objective-C instance method.
 o saveFrameUsingName(String)
A wrapper for the - saveFrameUsingName: Objective-C instance method.
 o screen()
A wrapper for the - screen Objective-C instance method.
 o selectKeyViewFollowingView(View)
A wrapper for the - selectKeyViewFollowingView: Objective-C instance method.
 o selectKeyViewPrecedingView(View)
A wrapper for the - selectKeyViewPrecedingView: Objective-C instance method.
 o selectNextKeyView(Object)
A wrapper for the - selectNextKeyView: Objective-C instance method.
 o selectPreviousKeyView(Object)
A wrapper for the - selectPreviousKeyView: Objective-C instance method.
 o sendEvent(Event)
A wrapper for the - sendEvent: Objective-C instance method.
 o setAcceptsMouseMovedEvents(boolean)
A wrapper for the - setAcceptsMouseMovedEvents: Objective-C instance method.
 o setAspectRatio(Size)
A wrapper for the - setAspectRatio: Objective-C instance method.
 o setAutodisplay(boolean)
A wrapper for the - setAutodisplay: Objective-C instance method.
 o setBackgroundColor(Color)
A wrapper for the - setBackgroundColor: Objective-C instance method.
 o setBackingType(int)
A wrapper for the - setBackingType: Objective-C instance method.
 o setContentSize(Size)
A wrapper for the - setContentSize: Objective-C instance method.
 o setContentView(View)
A wrapper for the - setContentView: Objective-C instance method.
 o setDefaultButtonCell(ButtonCell)
A wrapper for the - setDefaultButtonCell: Objective-C instance method.
 o setDelegate(Object)
A wrapper for the - setDelegate: Objective-C instance method.
 o setDepthLimit(int)
A wrapper for the - setDepthLimit: Objective-C instance method.
 o setDocumentEdited(boolean)
A wrapper for the - setDocumentEdited: Objective-C instance method.
 o setDynamicDepthLimit(boolean)
A wrapper for the - setDynamicDepthLimit: Objective-C instance method.
 o setExcludedFromWindowsMenu(boolean)
A wrapper for the - setExcludedFromWindowsMenu: Objective-C instance method.
 o setFrame(Rect, boolean)
A wrapper for the - setFrame:display: Objective-C instance method.
 o setFrameAutosaveName(String)
A wrapper for the - setFrameAutosaveName: Objective-C instance method.
 o setFrameFromString(String)
A wrapper for the - setFrameFromString: Objective-C instance method.
 o setFrameOrigin(Point)
A wrapper for the - setFrameOrigin: Objective-C instance method.
 o setFrameTopLeftPoint(Point)
A wrapper for the - setFrameTopLeftPoint: Objective-C instance method.
 o setFrameUsingName(String)
A wrapper for the - setFrameUsingName: Objective-C instance method.
 o setHidesOnDeactivate(boolean)
A wrapper for the - setHidesOnDeactivate: Objective-C instance method.
 o setInitialFirstResponder(View)
A wrapper for the - setInitialFirstResponder: Objective-C instance method.
 o setLevel(int)
A wrapper for the - setLevel: Objective-C instance method.
 o setMaxSize(Size)
A wrapper for the - setMaxSize: Objective-C instance method.
 o setMiniwindowImage(Image)
A wrapper for the - setMiniwindowImage: Objective-C instance method.
 o setMiniwindowTitle(String)
A wrapper for the - setMiniwindowTitle: Objective-C instance method.
 o setMinSize(Size)
A wrapper for the - setMinSize: Objective-C instance method.
 o setOneShot(boolean)
A wrapper for the - setOneShot: Objective-C instance method.
 o setReleasedWhenClosed(boolean)
A wrapper for the - setReleasedWhenClosed: Objective-C instance method.
 o setRepresentedFilename(String)
A wrapper for the - setRepresentedFilename: Objective-C instance method.
 o setResizeIncrements(Size)
A wrapper for the - setResizeIncrements: Objective-C instance method.
 o setTitle(String)
A wrapper for the - setTitle: Objective-C instance method.
 o setTitleWithRepresentedFilename(String)
A wrapper for the - setTitleWithRepresentedFilename: Objective-C instance method.
 o setViewsNeedDisplay(boolean)
A wrapper for the - setViewsNeedDisplay: Objective-C instance method.
 o stringWithSavedFrame()
A wrapper for the - stringWithSavedFrame Objective-C instance method.
 o styleMask()
A wrapper for the - styleMask Objective-C instance method.
 o title()
A wrapper for the - title Objective-C instance method.
 o tryToPerform(Selector, Object)
A wrapper for the - tryToPerform:with: Objective-C instance method.
 o unregisterDraggedTypes()
A wrapper for the - unregisterDraggedTypes Objective-C instance method.
 o update()
A wrapper for the - update Objective-C instance method.
 o useOptimizedDrawing(boolean)
A wrapper for the - useOptimizedDrawing: Objective-C instance method.
 o validRequestorForTypes(String, String)
A wrapper for the - validRequestorForSendType:returnType: Objective-C instance method.
 o viewsNeedDisplay()
A wrapper for the - viewsNeedDisplay Objective-C instance method.
 o windowNumber()
A wrapper for the - windowNumber Objective-C instance method.
 o worksWhenModal()
A wrapper for the - worksWhenModal Objective-C instance method.
 o zoom(Object)
A wrapper for the - zoom: Objective-C instance method.

Variables

 o WindowDidBecomeKeyNotification
 public static final String WindowDidBecomeKeyNotification
 o WindowDidBecomeMainNotification
 public static final String WindowDidBecomeMainNotification
 o WindowDidChangeScreenNotification
 public static final String WindowDidChangeScreenNotification
 o WindowDidDeminiaturizeNotification
 public static final String WindowDidDeminiaturizeNotification
 o WindowDidExposeNotification
 public static final String WindowDidExposeNotification
 o WindowDidMiniaturizeNotification
 public static final String WindowDidMiniaturizeNotification
 o WindowDidMoveNotification
 public static final String WindowDidMoveNotification
 o WindowDidResignKeyNotification
 public static final String WindowDidResignKeyNotification
 o WindowDidResignMainNotification
 public static final String WindowDidResignMainNotification
 o WindowDidResizeNotification
 public static final String WindowDidResizeNotification
 o WindowDidUpdateNotification
 public static final String WindowDidUpdateNotification
 o WindowWillCloseNotification
 public static final String WindowWillCloseNotification
 o WindowWillMiniaturizeNotification
 public static final String WindowWillMiniaturizeNotification
 o WindowWillMoveNotification
 public static final String WindowWillMoveNotification
 o Retained
 public static final int Retained
 o NonRetained
 public static final int NonRetained
 o Buffered
 public static final int Buffered
 o BorderlessWindowMask
 public static final int BorderlessWindowMask
 o TitledWindowMask
 public static final int TitledWindowMask
 o ClosableWindowMask
 public static final int ClosableWindowMask
 o MiniaturizableWindowMask
 public static final int MiniaturizableWindowMask
 o ResizableWindowMask
 public static final int ResizableWindowMask
 o NormalWindowLevel
 public static final int NormalWindowLevel
 o FloatingWindowLevel
 public static final int FloatingWindowLevel
 o SubmenuWindowLevel
 public static final int SubmenuWindowLevel
 o TornOffMenuWindowLevel
 public static final int TornOffMenuWindowLevel
 o MainMenuWindowLevel
 public static final int MainMenuWindowLevel
 o DockWindowLevel
 public static final int DockWindowLevel
 o ModalPanelWindowLevel
 public static final int ModalPanelWindowLevel
 o PopUpMenuWindowLevel
 public static final int PopUpMenuWindowLevel
 o Above
 public static final int Above
 o Below
 public static final int Below
 o Out
 public static final int Out
 o DirectSelection
 public static final int DirectSelection
 o SelectingNext
 public static final int SelectingNext
 o SelectingPrevious
 public static final int SelectingPrevious

Constructors

 o Window
 protected Window(boolean shouldAllocate,
                  int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o Window
 public Window()
This default constructor is equivalent to Objective-C's [[NSWindow alloc] init].

 o Window
 public Window(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o Window
 public Window(Rect contentRect,
               int aStyle,
               int bufferingType,
               boolean flag)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer: on a newly allocated object.

 o Window
 public Window(Rect contentRect,
               int aStyle,
               int bufferingType,
               boolean flag,
               Screen screen)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer:screen: on a newly allocated object.

Methods

 o frameRectForContentRect
 public static native Rect frameRectForContentRect(Rect cRect,
                                                   int aStyle)
A wrapper for the + frameRectForContentRect:styleMask: Objective-C class method.

 o contentRectForFrameRect
 public static native Rect contentRectForFrameRect(Rect fRect,
                                                   int aStyle)
A wrapper for the + contentRectForFrameRect:styleMask: Objective-C class method.

 o minFrameWidthWithTitle
 public static native float minFrameWidthWithTitle(String aTitle,
                                                   int aStyle)
A wrapper for the + minFrameWidthWithTitle:styleMask: Objective-C class method.

 o defaultDepthLimit
 public static native int defaultDepthLimit()
A wrapper for the + defaultDepthLimit Objective-C class method.

 o title
 public native String title()
A wrapper for the - title Objective-C instance method.

 o setTitle
 public native void setTitle(String aString)
A wrapper for the - setTitle: Objective-C instance method.

 o representedFilename
 public native String representedFilename()
A wrapper for the - representedFilename Objective-C instance method.

 o setRepresentedFilename
 public native void setRepresentedFilename(String aString)
A wrapper for the - setRepresentedFilename: Objective-C instance method.

 o setTitleWithRepresentedFilename
 public native void setTitleWithRepresentedFilename(String filename)
A wrapper for the - setTitleWithRepresentedFilename: Objective-C instance method.

 o setExcludedFromWindowsMenu
 public native void setExcludedFromWindowsMenu(boolean flag)
A wrapper for the - setExcludedFromWindowsMenu: Objective-C instance method.

 o isExcludedFromWindowsMenu
 public native boolean isExcludedFromWindowsMenu()
A wrapper for the - isExcludedFromWindowsMenu Objective-C instance method.

 o setContentView
 public native void setContentView(View aView)
A wrapper for the - setContentView: Objective-C instance method.

 o contentView
 public native Object contentView()
A wrapper for the - contentView Objective-C instance method.

 o setDelegate
 public native void setDelegate(Object anObject)
A wrapper for the - setDelegate: Objective-C instance method.

 o delegate
 public native Object delegate()
A wrapper for the - delegate Objective-C instance method.

 o windowNumber
 public native int windowNumber()
A wrapper for the - windowNumber Objective-C instance method.

 o styleMask
 public native int styleMask()
A wrapper for the - styleMask Objective-C instance method.

 o fieldEditorForObject
 public native Text fieldEditorForObject(boolean createFlag,
                                         Object anObject)
A wrapper for the - fieldEditor:forObject: Objective-C instance method.

 o endEditingForObject
 public native void endEditingForObject(Object anObject)
A wrapper for the - endEditingFor: Objective-C instance method.

 o constrainFrameRectToScreen
 public native Rect constrainFrameRectToScreen(Rect frameRect,
                                               Screen screen)
A wrapper for the - constrainFrameRect:toScreen: Objective-C instance method.

 o setFrame
 public native void setFrame(Rect frameRect,
                             boolean flag)
A wrapper for the - setFrame:display: Objective-C instance method.

 o setContentSize
 public native void setContentSize(Size aSize)
A wrapper for the - setContentSize: Objective-C instance method.

 o setFrameOrigin
 public native void setFrameOrigin(Point aPoint)
A wrapper for the - setFrameOrigin: Objective-C instance method.

 o setFrameTopLeftPoint
 public native void setFrameTopLeftPoint(Point aPoint)
A wrapper for the - setFrameTopLeftPoint: Objective-C instance method.

 o cascadeTopLeftFromPoint
 public native Point cascadeTopLeftFromPoint(Point topLeftPoint)
A wrapper for the - cascadeTopLeftFromPoint: Objective-C instance method.

 o frame
 public native Rect frame()
A wrapper for the - frame Objective-C instance method.

 o setResizeIncrements
 public native void setResizeIncrements(Size increments)
A wrapper for the - setResizeIncrements: Objective-C instance method.

 o resizeIncrements
 public native Size resizeIncrements()
A wrapper for the - resizeIncrements Objective-C instance method.

 o setAspectRatio
 public native void setAspectRatio(Size ratio)
A wrapper for the - setAspectRatio: Objective-C instance method.

 o aspectRatio
 public native Size aspectRatio()
A wrapper for the - aspectRatio Objective-C instance method.

 o useOptimizedDrawing
 public native void useOptimizedDrawing(boolean flag)
A wrapper for the - useOptimizedDrawing: Objective-C instance method.

 o disableFlushWindow
 public native void disableFlushWindow()
A wrapper for the - disableFlushWindow Objective-C instance method.

 o enableFlushWindow
 public native void enableFlushWindow()
A wrapper for the - enableFlushWindow Objective-C instance method.

 o isFlushWindowDisabled
 public native boolean isFlushWindowDisabled()
A wrapper for the - isFlushWindowDisabled Objective-C instance method.

 o flushWindow
 public native void flushWindow()
A wrapper for the - flushWindow Objective-C instance method.

 o flushWindowIfNeeded
 public native void flushWindowIfNeeded()
A wrapper for the - flushWindowIfNeeded Objective-C instance method.

 o setViewsNeedDisplay
 public native void setViewsNeedDisplay(boolean flag)
A wrapper for the - setViewsNeedDisplay: Objective-C instance method.

 o viewsNeedDisplay
 public native boolean viewsNeedDisplay()
A wrapper for the - viewsNeedDisplay Objective-C instance method.

 o displayIfNeeded
 public native void displayIfNeeded()
A wrapper for the - displayIfNeeded Objective-C instance method.

 o display
 public native void display()
A wrapper for the - display Objective-C instance method.

 o setAutodisplay
 public native void setAutodisplay(boolean flag)
A wrapper for the - setAutodisplay: Objective-C instance method.

 o isAutodisplay
 public native boolean isAutodisplay()
A wrapper for the - isAutodisplay Objective-C instance method.

 o update
 public native void update()
A wrapper for the - update Objective-C instance method.

 o makeFirstResponder
 public native boolean makeFirstResponder(Responder aResponder)
A wrapper for the - makeFirstResponder: Objective-C instance method.

 o firstResponder
 public native Responder firstResponder()
A wrapper for the - firstResponder Objective-C instance method.

 o resizeFlags
 public native int resizeFlags()
A wrapper for the - resizeFlags Objective-C instance method.

 o keyDown
 public native void keyDown(Event theEvent)
A wrapper for the - keyDown: Objective-C instance method.

Overrides:
keyDown in class Responder
 o close
 public native void close()
A wrapper for the - close Objective-C instance method.

 o setReleasedWhenClosed
 public native void setReleasedWhenClosed(boolean flag)
A wrapper for the - setReleasedWhenClosed: Objective-C instance method.

 o isReleasedWhenClosed
 public native boolean isReleasedWhenClosed()
A wrapper for the - isReleasedWhenClosed Objective-C instance method.

 o miniaturize
 public native void miniaturize(Object sender)
A wrapper for the - miniaturize: Objective-C instance method.

 o deminiaturize
 public native void deminiaturize(Object sender)
A wrapper for the - deminiaturize: Objective-C instance method.

 o zoom
 public native void zoom(Object sender)
A wrapper for the - zoom: Objective-C instance method.

 o isMiniaturized
 public native boolean isMiniaturized()
A wrapper for the - isMiniaturized Objective-C instance method.

 o tryToPerform
 public native boolean tryToPerform(Selector anAction,
                                    Object anObject)
A wrapper for the - tryToPerform:with: Objective-C instance method.

Overrides:
tryToPerform in class Responder
 o validRequestorForTypes
 public native Object validRequestorForTypes(String sendType,
                                             String returnType)
A wrapper for the - validRequestorForSendType:returnType: Objective-C instance method.

Overrides:
validRequestorForTypes in class Responder
 o setBackgroundColor
 public native void setBackgroundColor(Color color)
A wrapper for the - setBackgroundColor: Objective-C instance method.

 o backgroundColor
 public native Color backgroundColor()
A wrapper for the - backgroundColor Objective-C instance method.

 o setHidesOnDeactivate
 public native void setHidesOnDeactivate(boolean flag)
A wrapper for the - setHidesOnDeactivate: Objective-C instance method.

 o hidesOnDeactivate
 public native boolean hidesOnDeactivate()
A wrapper for the - hidesOnDeactivate Objective-C instance method.

 o center
 public native void center()
A wrapper for the - center Objective-C instance method.

 o makeKeyAndOrderFront
 public native void makeKeyAndOrderFront(Object sender)
A wrapper for the - makeKeyAndOrderFront: Objective-C instance method.

 o orderFront
 public native void orderFront(Object sender)
A wrapper for the - orderFront: Objective-C instance method.

 o orderBack
 public native void orderBack(Object sender)
A wrapper for the - orderBack: Objective-C instance method.

 o orderOut
 public native void orderOut(Object sender)
A wrapper for the - orderOut: Objective-C instance method.

 o orderWindow
 public native void orderWindow(int place,
                                int otherWin)
A wrapper for the - orderWindow:relativeTo: Objective-C instance method.

 o orderFrontRegardless
 public native void orderFrontRegardless()
A wrapper for the - orderFrontRegardless Objective-C instance method.

 o setMiniwindowImage
 public native void setMiniwindowImage(Image image)
A wrapper for the - setMiniwindowImage: Objective-C instance method.

 o setMiniwindowTitle
 public native void setMiniwindowTitle(String title)
A wrapper for the - setMiniwindowTitle: Objective-C instance method.

 o miniwindowImage
 public native Image miniwindowImage()
A wrapper for the - miniwindowImage Objective-C instance method.

 o miniwindowTitle
 public native String miniwindowTitle()
A wrapper for the - miniwindowTitle Objective-C instance method.

 o setDocumentEdited
 public native void setDocumentEdited(boolean flag)
A wrapper for the - setDocumentEdited: Objective-C instance method.

 o isDocumentEdited
 public native boolean isDocumentEdited()
A wrapper for the - isDocumentEdited Objective-C instance method.

 o isVisible
 public native boolean isVisible()
A wrapper for the - isVisible Objective-C instance method.

 o isKeyWindow
 public native boolean isKeyWindow()
A wrapper for the - isKeyWindow Objective-C instance method.

 o isMainWindow
 public native boolean isMainWindow()
A wrapper for the - isMainWindow Objective-C instance method.

 o canBecomeKeyWindow
 public native boolean canBecomeKeyWindow()
A wrapper for the - canBecomeKeyWindow Objective-C instance method.

 o canBecomeMainWindow
 public native boolean canBecomeMainWindow()
A wrapper for the - canBecomeMainWindow Objective-C instance method.

 o makeKeyWindow
 public native void makeKeyWindow()
A wrapper for the - makeKeyWindow Objective-C instance method.

 o makeMainWindow
 public native void makeMainWindow()
A wrapper for the - makeMainWindow Objective-C instance method.

 o becomeKeyWindow
 public native void becomeKeyWindow()
A wrapper for the - becomeKeyWindow Objective-C instance method.

 o resignKeyWindow
 public native void resignKeyWindow()
A wrapper for the - resignKeyWindow Objective-C instance method.

 o becomeMainWindow
 public native void becomeMainWindow()
A wrapper for the - becomeMainWindow Objective-C instance method.

 o resignMainWindow
 public native void resignMainWindow()
A wrapper for the - resignMainWindow Objective-C instance method.

 o worksWhenModal
 public native boolean worksWhenModal()
A wrapper for the - worksWhenModal Objective-C instance method.

 o convertBaseToScreen
 public native Point convertBaseToScreen(Point aPoint)
A wrapper for the - convertBaseToScreen: Objective-C instance method.

 o convertScreenToBase
 public native Point convertScreenToBase(Point aPoint)
A wrapper for the - convertScreenToBase: Objective-C instance method.

 o performClose
 public native void performClose(Object sender)
A wrapper for the - performClose: Objective-C instance method.

 o performMiniaturize
 public native void performMiniaturize(Object sender)
A wrapper for the - performMiniaturize: Objective-C instance method.

 o performZoom
 public native void performZoom(Object sender)
A wrapper for the - performZoom: Objective-C instance method.

 o gState
 public native int gState()
A wrapper for the - gState Objective-C instance method.

 o setOneShot
 public native void setOneShot(boolean flag)
A wrapper for the - setOneShot: Objective-C instance method.

 o isOneShot
 public native boolean isOneShot()
A wrapper for the - isOneShot Objective-C instance method.

 o dataWithEPSInsideRect
 public native Data dataWithEPSInsideRect(Rect rect)
A wrapper for the - dataWithEPSInsideRect: Objective-C instance method.

 o print
 public native void print(Object sender)
A wrapper for the - print: Objective-C instance method.

 o fax
 public native void fax(Object sender)
A wrapper for the - fax: Objective-C instance method.

 o disableCursorRects
 public native void disableCursorRects()
A wrapper for the - disableCursorRects Objective-C instance method.

 o enableCursorRects
 public native void enableCursorRects()
A wrapper for the - enableCursorRects Objective-C instance method.

 o discardCursorRects
 public native void discardCursorRects()
A wrapper for the - discardCursorRects Objective-C instance method.

 o areCursorRectsEnabled
 public native boolean areCursorRectsEnabled()
A wrapper for the - areCursorRectsEnabled Objective-C instance method.

 o invalidateCursorRectsForView
 public native void invalidateCursorRectsForView(View aView)
A wrapper for the - invalidateCursorRectsForView: Objective-C instance method.

 o resetCursorRects
 public native void resetCursorRects()
A wrapper for the - resetCursorRects Objective-C instance method.

 o setBackingType
 public native void setBackingType(int bufferingType)
A wrapper for the - setBackingType: Objective-C instance method.

 o backingType
 public native int backingType()
A wrapper for the - backingType Objective-C instance method.

 o setLevel
 public native void setLevel(int newLevel)
A wrapper for the - setLevel: Objective-C instance method.

 o level
 public native int level()
A wrapper for the - level Objective-C instance method.

 o setDepthLimit
 public native void setDepthLimit(int limit)
A wrapper for the - setDepthLimit: Objective-C instance method.

 o depthLimit
 public native int depthLimit()
A wrapper for the - depthLimit Objective-C instance method.

 o setDynamicDepthLimit
 public native void setDynamicDepthLimit(boolean flag)
A wrapper for the - setDynamicDepthLimit: Objective-C instance method.

 o hasDynamicDepthLimit
 public native boolean hasDynamicDepthLimit()
A wrapper for the - hasDynamicDepthLimit Objective-C instance method.

 o screen
 public native Screen screen()
A wrapper for the - screen Objective-C instance method.

 o deepestScreen
 public native Screen deepestScreen()
A wrapper for the - deepestScreen Objective-C instance method.

 o canStoreColor
 public native boolean canStoreColor()
A wrapper for the - canStoreColor Objective-C instance method.

 o stringWithSavedFrame
 public native String stringWithSavedFrame()
A wrapper for the - stringWithSavedFrame Objective-C instance method.

 o setFrameFromString
 public native void setFrameFromString(String string)
A wrapper for the - setFrameFromString: Objective-C instance method.

 o saveFrameUsingName
 public native void saveFrameUsingName(String name)
A wrapper for the - saveFrameUsingName: Objective-C instance method.

 o setFrameUsingName
 public native boolean setFrameUsingName(String name)
A wrapper for the - setFrameUsingName: Objective-C instance method.

 o setFrameAutosaveName
 public native boolean setFrameAutosaveName(String name)
A wrapper for the - setFrameAutosaveName: Objective-C instance method.

 o frameAutosaveName
 public native String frameAutosaveName()
A wrapper for the - frameAutosaveName Objective-C instance method.

 o removeFrameUsingName
 public static native void removeFrameUsingName(String name)
A wrapper for the + removeFrameUsingName: Objective-C class method.

 o cacheImageInRect
 public native void cacheImageInRect(Rect aRect)
A wrapper for the - cacheImageInRect: Objective-C instance method.

 o restoreCachedImage
 public native void restoreCachedImage()
A wrapper for the - restoreCachedImage Objective-C instance method.

 o discardCachedImage
 public native void discardCachedImage()
A wrapper for the - discardCachedImage Objective-C instance method.

 o minSize
 public native Size minSize()
A wrapper for the - minSize Objective-C instance method.

 o maxSize
 public native Size maxSize()
A wrapper for the - maxSize Objective-C instance method.

 o setMinSize
 public native void setMinSize(Size size)
A wrapper for the - setMinSize: Objective-C instance method.

 o setMaxSize
 public native void setMaxSize(Size size)
A wrapper for the - setMaxSize: Objective-C instance method.

 o nextEventMatchingMask
 public native Event nextEventMatchingMask(int mask)
A wrapper for the - nextEventMatchingMask: Objective-C instance method.

 o nextEventMatchingMaskInMode
 public native Event nextEventMatchingMaskInMode(int mask,
                                                 Date expiration,
                                                 String mode,
                                                 boolean deqFlag)
A wrapper for the - nextEventMatchingMask:untilDate:inMode:dequeue: Objective-C instance method.

 o discardEventsMatchingMask
 public native void discardEventsMatchingMask(int mask,
                                              Event lastEvent)
A wrapper for the - discardEventsMatchingMask:beforeEvent: Objective-C instance method.

 o postEvent
 public native void postEvent(Event event,
                              boolean flag)
A wrapper for the - postEvent:atStart: Objective-C instance method.

 o currentEvent
 public native Event currentEvent()
A wrapper for the - currentEvent Objective-C instance method.

 o setAcceptsMouseMovedEvents
 public native void setAcceptsMouseMovedEvents(boolean flag)
A wrapper for the - setAcceptsMouseMovedEvents: Objective-C instance method.

 o acceptsMouseMovedEvents
 public native boolean acceptsMouseMovedEvents()
A wrapper for the - acceptsMouseMovedEvents Objective-C instance method.

 o deviceDescription
 public native Dictionary deviceDescription()
A wrapper for the - deviceDescription Objective-C instance method.

 o sendEvent
 public native void sendEvent(Event theEvent)
A wrapper for the - sendEvent: Objective-C instance method.

 o mouseLocationOutsideOfEventStream
 public native Point mouseLocationOutsideOfEventStream()
A wrapper for the - mouseLocationOutsideOfEventStream Objective-C instance method.

 o menuChanged
 public static native void menuChanged(Menu menu)
A wrapper for the + menuChanged: Objective-C class method.

 o setInitialFirstResponder
 public native void setInitialFirstResponder(View view)
A wrapper for the - setInitialFirstResponder: Objective-C instance method.

 o initialFirstResponder
 public native View initialFirstResponder()
A wrapper for the - initialFirstResponder Objective-C instance method.

 o selectNextKeyView
 public native void selectNextKeyView(Object sender)
A wrapper for the - selectNextKeyView: Objective-C instance method.

 o selectPreviousKeyView
 public native void selectPreviousKeyView(Object sender)
A wrapper for the - selectPreviousKeyView: Objective-C instance method.

 o selectKeyViewFollowingView
 public native void selectKeyViewFollowingView(View aView)
A wrapper for the - selectKeyViewFollowingView: Objective-C instance method.

 o selectKeyViewPrecedingView
 public native void selectKeyViewPrecedingView(View aView)
A wrapper for the - selectKeyViewPrecedingView: Objective-C instance method.

 o keyViewSelectionDirection
 public native int keyViewSelectionDirection()
A wrapper for the - keyViewSelectionDirection Objective-C instance method.

 o setDefaultButtonCell
 public native void setDefaultButtonCell(ButtonCell defButt)
A wrapper for the - setDefaultButtonCell: Objective-C instance method.

 o defaultButtonCell
 public native ButtonCell defaultButtonCell()
A wrapper for the - defaultButtonCell Objective-C instance method.

 o disableKeyEquivalentForDefaultButtonCell
 public native void disableKeyEquivalentForDefaultButtonCell()
A wrapper for the - disableKeyEquivalentForDefaultButtonCell Objective-C instance method.

 o enableKeyEquivalentForDefaultButtonCell
 public native void enableKeyEquivalentForDefaultButtonCell()
A wrapper for the - enableKeyEquivalentForDefaultButtonCell Objective-C instance method.

 o dragImage
 public native void dragImage(Image anImage,
                              Point baseLocation,
                              Size initialOffset,
                              Event event,
                              Pasteboard pboard,
                              Object sourceObj,
                              boolean slideFlag)
A wrapper for the - dragImage:at:offset:event:pasteboard:source:slideBack: Objective-C instance method.

 o registerForDraggedTypes
 public native void registerForDraggedTypes(Array newTypes)
A wrapper for the - registerForDraggedTypes: Objective-C instance method.

 o unregisterDraggedTypes
 public native void unregisterDraggedTypes()
A wrapper for the - unregisterDraggedTypes Objective-C instance method.

 o draggingEntered
 public native int draggingEntered(DraggingInfo sender)
A wrapper for the - draggingEntered: Objective-C instance method.

 o draggingUpdated
 public native int draggingUpdated(DraggingInfo sender)
A wrapper for the - draggingUpdated: Objective-C instance method.

 o draggingExited
 public native void draggingExited(DraggingInfo sender)
A wrapper for the - draggingExited: Objective-C instance method.

 o prepareForDragOperation
 public native boolean prepareForDragOperation(DraggingInfo sender)
A wrapper for the - prepareForDragOperation: Objective-C instance method.

 o performDragOperation
 public native boolean performDragOperation(DraggingInfo sender)
A wrapper for the - performDragOperation: Objective-C instance method.

 o concludeDragOperation
 public native void concludeDragOperation(DraggingInfo sender)
A wrapper for the - concludeDragOperation: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index